Created
November 21, 2012 12:59
-
-
Save lanwin/4124736 to your computer and use it in GitHub Desktop.
constructor function - but R# Name dose not match rule 'Local Variable'. Suggested name is app.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function() { | |
"use strict"; | |
// constructor function - but R# Name dose not match rule 'Local Variable'. Suggested name is app. | |
var App = function() { | |
// ... | |
}; | |
ko.applyBindings(new App()); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment