Skip to content

Commit

Permalink
changed docs to Surge.Define
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Mar 21, 2012
1 parent e3f3553 commit a19920e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content/Scripts/surge.core.js
Expand Up @@ -142,7 +142,7 @@
//
// Example:
// (begin code)
// Define("Foo.Bar", {
// Surge.Define("Foo.Bar", {
// hello: function () {
// alert("Hello, World!");
// }
Expand Down Expand Up @@ -421,7 +421,7 @@
// This prevents fatal exceptions from occuring in code in some browsers.
//
// Surge.Console.log and Surge.Console.error are aliased as _log and _error.
Define("Surge.Console", {
Surge.Define("Surge.Console", {
_backlog: [],
_groupDepth: 0, // Used by software emulated begin/end group
_times: {},
Expand Down

0 comments on commit a19920e

Please sign in to comment.