===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-423-    // Defines what element the application is bound to. Provide a selector
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js:424:    // (parseable by `jQuery()`) and this will be used by `$element()`
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-425-    element_selector: 'body',
##############################################
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-1311-
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js:1312:    // Swaps the content of `$element()` with `content`
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-1313-    // You can override this method to provide an alternate swap behavior
##############################################
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-1758-    // `render()` the `location` with `data` and then `swap()` the
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js:1759:    // app's `$element` with the rendered content.
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-1760-    partial: function(location, data, callback, partials) {
##############################################
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-1905-
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js:1906:    // Replaces the `$(selector)` using `html()` with the previously loaded
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-1907-    // `content`
##############################################
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-1967-
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js:1968:    // A shortcut to the app's `$element()`
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-1969-    $element: function() {
##############################################
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-2065-    // `render()` the `location` with `data` and then `swap()` the
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js:2066:    // app's `$element` with the rendered content.
flightgear-phi-2018.1.1+dfsg1/debian/missing-sources/sammy.full.js-2067-    partial: function(location, data, callback, partials) {