From 9cb82c9853b8e9ec2e522170165a89333534b774 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Tue, 10 May 2016 09:06:24 -0300 Subject: [PATCH] removing warning --- src/app/index.ts | 2 +- src/spec/component-test-helper.ts | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/index.ts b/src/app/index.ts index 77385b2..56eda82 100644 --- a/src/app/index.ts +++ b/src/app/index.ts @@ -15,7 +15,7 @@ declare var moment: any; let noosferoApp: any = bundle("noosferoApp", MainComponent, ["ngAnimate", "ngCookies", "ngStorage", "ngTouch", "ngSanitize", "ngMessages", "ngAria", "restangular", "ui.router", "ui.bootstrap", "toastr", "ngCkeditor", - "angular-bind-html-compile","angularMoment", "angular.filter", "akoenig.deckgrid", + "angular-bind-html-compile", "angularMoment", "angular.filter", "akoenig.deckgrid", "angular-timeline", "duScroll", "oitozero.ngSweetAlert", "pascalprecht.translate", "tmh.dynamicLocale", "angularLoad", "angular-click-outside"]).publish(); diff --git a/src/spec/component-test-helper.ts b/src/spec/component-test-helper.ts index 1dee80a..c578f4d 100644 --- a/src/spec/component-test-helper.ts +++ b/src/spec/component-test-helper.ts @@ -6,12 +6,12 @@ import { ComponentFixture } from 'ng-forward/cjs/testing/test-component-builder' /** * @ngdoc object * @name spec.ComponentTestHelper - * @description - * + * @description + * * Helper class for creating tests. It encapsulates the TestComponentBuilder initialization, * allowing the test to be DRY. To use, one must declare a beforeEach function in the * test, and inside construct this object like: - * + * *
  * let helper = let helper : ComponentTestHelper;
  * beforeEach( (done) => {
@@ -35,7 +35,7 @@ export class ComponentTestHelper {
      * @propertyOf spec.ComponentTestHelper
      * @description
      *  The NgForward TestComponentBuilder
-     */    
+    */
     tcb: TestComponentBuilder;
     /**
      * @ngdoc property
@@ -52,7 +52,7 @@ export class ComponentTestHelper {
      * @description
      *  The debugElement representing a JQuery element attached to the component
      * on mock page.
-     */    
+     */
     debugElement: INgForwardJQuery;
 
     /**
@@ -159,4 +159,3 @@ export function createClass({
     }
     return Test;
 }
-
--
libgit2 0.21.2