mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
use strict; fixes #83
This commit is contained in:
parent
b886728bf5
commit
2b186be8af
78 changed files with 163 additions and 5 deletions
|
|
@ -3,6 +3,8 @@ define([
|
|||
],
|
||||
|
||||
function (Exception) {
|
||||
|
||||
"use strict";
|
||||
|
||||
function Abstract() {
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ define([
|
|||
],
|
||||
|
||||
function (CryptoJS) {
|
||||
|
||||
"use strict";
|
||||
|
||||
function ColorConverter() {
|
||||
this.sin = 0;
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ define([
|
|||
|
||||
function (Exception) {
|
||||
|
||||
"use strict";
|
||||
|
||||
function populate(obj, path) {
|
||||
path = path || "Nc.ns";
|
||||
for(var key in obj) {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ define([
|
|||
],
|
||||
|
||||
function (Exception) {
|
||||
|
||||
"use strict";
|
||||
|
||||
function Options() {
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ define([
|
|||
|
||||
function (Parser, Exception) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var Helper = {}
|
||||
|
||||
Helper.encodeCommand = function (command, options) {
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ define([
|
|||
|
||||
function () {
|
||||
|
||||
"use strict";
|
||||
|
||||
var Parser = {};
|
||||
|
||||
Parser.encode = function (message) {
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ define([
|
|||
|
||||
function (Settings) {
|
||||
|
||||
"use strict";
|
||||
|
||||
var requestAnimFrame = (function () {
|
||||
|
||||
var _setTimeout = function ( callback ) {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ define([
|
|||
],
|
||||
|
||||
function () {
|
||||
|
||||
"use strict";
|
||||
|
||||
function validate(object, description) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue