merged from master (use strict)

This commit is contained in:
logsol 2014-12-22 02:00:40 +01:00
commit 1f8f0ef6e1
76 changed files with 157 additions and 60 deletions

View file

@ -3,6 +3,8 @@ define([
],
function (Exception) {
"use strict";
function Abstract() {
}

View file

@ -3,6 +3,8 @@ define([
],
function (CryptoJS) {
"use strict";
function ColorConverter() {
this.sin = 0;

View file

@ -4,6 +4,8 @@ define([
function (Exception) {
"use strict";
function populate(obj, path) {
path = path || "Nc.ns";
for(var key in obj) {

View file

@ -3,6 +3,8 @@ define([
],
function (Exception) {
"use strict";
function Options() {

View file

@ -5,6 +5,8 @@ define([
function (Parser, Exception) {
"use strict";
var Helper = {}
Helper.encodeCommand = function (command, options) {

View file

@ -3,6 +3,8 @@ define([
function () {
"use strict";
var Parser = {};
Parser.encode = function (message) {

View file

@ -4,6 +4,8 @@ define([
function (Settings) {
"use strict";
var requestAnimFrame = (function () {
var _setTimeout = function ( callback ) {

View file

@ -2,6 +2,8 @@ define([
],
function () {
"use strict";
function validate(object, description) {