aboutsummaryrefslogtreecommitdiff
path: root/js/document
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:42:16 -0700
committerKris Kowal2012-07-06 15:01:49 -0700
commit6803c0abd279fcb640c38b3881b751bab982cbe0 (patch)
tree876211d178954cbaa73e0fbb658fe0c6ffb7ac8d /js/document
parent3644cb6def4f681c99959e5729e78ea353441fad (diff)
downloadninja-6803c0abd279fcb640c38b3881b751bab982cbe0.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/document')
-rwxr-xr-xjs/document/templates/banner/index.html34
-rwxr-xr-xjs/document/templates/html/index.html16
-rwxr-xr-xjs/document/templates/preview/banner.html12
3 files changed, 31 insertions, 31 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html
index c6c994ab..6f8639a9 100755
--- a/js/document/templates/banner/index.html
+++ b/js/document/templates/banner/index.html
@@ -28,9 +28,9 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31 31
32 32
33<!-- 33<!--
34 NOTE(s): 34 NOTE(s):
35 All elements in the head of the document to be exclude from I/O 35 All elements in the head of the document to be exclude from I/O
36 must set the 'data-ninja-template' 36 must set the 'data-ninja-template'
@@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
39<html> 39<html>
40 40
41 <head> 41 <head>
42 42
43 <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> 43 <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true">
44 * { 44 * {
45 -webkit-animation: none !important; 45 -webkit-animation: none !important;
@@ -48,7 +48,7 @@ POSSIBILITY OF SUCH DAMAGE.
48 -webkit-animation-name: none !important; 48 -webkit-animation-name: none !important;
49 -webkit-animation-fill-mode: none !important; 49 -webkit-animation-fill-mode: none !important;
50 } 50 }
51 51
52 body { 52 body {
53 margin: 0; 53 margin: 0;
54 padding: 0; 54 padding: 0;
@@ -72,11 +72,11 @@ POSSIBILITY OF SUCH DAMAGE.
72 .nj-preset-transition { 72 .nj-preset-transition {
73 -webkit-transition: all 450ms linear !important; 73 -webkit-transition: all 450ms linear !important;
74 } 74 }
75 75
76 ninjaloadinghack { 76 ninjaloadinghack {
77 display: none; 77 display: none;
78 } 78 }
79 79
80 ninja-viewport, ninja-content { 80 ninja-viewport, ninja-content {
81 display: block; 81 display: block;
82 margin: 0; 82 margin: 0;
@@ -88,11 +88,11 @@ POSSIBILITY OF SUCH DAMAGE.
88 left: 0; 88 left: 0;
89 background: transparent; 89 background: transparent;
90 } 90 }
91 91
92 ninja-viewport { 92 ninja-viewport {
93 background: #FFF; 93 background: #FFF;
94 } 94 }
95 95
96 ninja-content { 96 ninja-content {
97 -webkit-transform-style: preserve-3d; 97 -webkit-transform-style: preserve-3d;
98 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 98 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
@@ -121,7 +121,7 @@ POSSIBILITY OF SUCH DAMAGE.
121 ::-webkit-resizer:disabled { display: block; } 121 ::-webkit-resizer:disabled { display: block; }
122 122
123 </style> 123 </style>
124 124
125 <script type="text/javascript" data-ninja-template="true"> 125 <script type="text/javascript" data-ninja-template="true">
126 126
127 function getElement(x,y) { 127 function getElement(x,y) {
@@ -145,9 +145,9 @@ POSSIBILITY OF SUCH DAMAGE.
145 } 145 }
146 }); 146 });
147 </script> 147 </script>
148 148
149 <!-- TODO: Determine if loading Montage is always needed or if it could be done author-time or on file open --> 149 <!-- TODO: Determine if loading Montage is always needed or if it could be done author-time or on file open -->
150 150
151 <script type="text/javascript" data-package="../app" src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script> 151 <script type="text/javascript" data-package="../app" src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script>
152 152
153 <script type="text/montage-serialization" data-ninja-template="true"> 153 <script type="text/montage-serialization" data-ninja-template="true">
@@ -161,15 +161,15 @@ POSSIBILITY OF SUCH DAMAGE.
161 </head> 161 </head>
162 162
163 <body> 163 <body>
164 164
165 <ninjaloadinghack></ninjaloadinghack> 165 <ninjaloadinghack></ninjaloadinghack>
166 166
167 <ninja-viewport> 167 <ninja-viewport>
168 168
169 <ninja-content></ninja-content> 169 <ninja-content></ninja-content>
170 170
171 </ninja-viewport> 171 </ninja-viewport>
172 172
173 </body> 173 </body>
174 174
175</html> 175</html>
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html
index 18fe2a0c..e337d75b 100755
--- a/js/document/templates/html/index.html
+++ b/js/document/templates/html/index.html
@@ -28,9 +28,9 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31 31
32 32
33<!-- 33<!--
34 NOTE(s): 34 NOTE(s):
35 All elements in the head of the document to be exclude from I/O 35 All elements in the head of the document to be exclude from I/O
36 must set the 'data-ninja-template' 36 must set the 'data-ninja-template'
@@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
42<html> 42<html>
43 43
44 <head> 44 <head>
45 45
46 <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true"> 46 <style type="text/css" id="nj-stage-stylesheet" data-ninja-template="true">
47 * { 47 * {
48 -webkit-animation: none !important; 48 -webkit-animation: none !important;
@@ -51,7 +51,7 @@ POSSIBILITY OF SUCH DAMAGE.
51 -webkit-animation-name: none !important; 51 -webkit-animation-name: none !important;
52 -webkit-animation-fill-mode: none !important; 52 -webkit-animation-fill-mode: none !important;
53 } 53 }
54 54
55 body { 55 body {
56 margin: 0; 56 margin: 0;
57 padding: 0; 57 padding: 0;
@@ -68,7 +68,7 @@ POSSIBILITY OF SUCH DAMAGE.
68 width: 100%; 68 width: 100%;
69 height: 100%; 69 height: 100%;
70 } 70 }
71 71
72 ninjaloadinghack { 72 ninjaloadinghack {
73 display: none; 73 display: none;
74 } 74 }
@@ -108,7 +108,7 @@ POSSIBILITY OF SUCH DAMAGE.
108 ::-webkit-resizer:disabled { display: block; } 108 ::-webkit-resizer:disabled { display: block; }
109 109
110 </style> 110 </style>
111 111
112 <script type="text/javascript" data-ninja-template="true"> 112 <script type="text/javascript" data-ninja-template="true">
113 113
114 function getElement(x,y) { 114 function getElement(x,y) {
@@ -133,7 +133,7 @@ POSSIBILITY OF SUCH DAMAGE.
133 }); 133 });
134 134
135 </script> 135 </script>
136 136
137 <script type="text/javascript" data-package="../app" src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script> 137 <script type="text/javascript" data-package="../app" src="../../../../node_modules/montage/montage.js" data-ninja-template="true"></script>
138 138
139 <script type="text/montage-serialization" data-ninja-template="true"> 139 <script type="text/montage-serialization" data-ninja-template="true">
diff --git a/js/document/templates/preview/banner.html b/js/document/templates/preview/banner.html
index 12376795..47635f07 100755
--- a/js/document/templates/preview/banner.html
+++ b/js/document/templates/preview/banner.html
@@ -28,13 +28,13 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29POSSIBILITY OF SUCH DAMAGE. 29POSSIBILITY OF SUCH DAMAGE.
30</copyright> --> 30</copyright> -->
31 31
32<html> 32<html>
33 33
34 <head> 34 <head>
35 35
36 <style type="text/css"> 36 <style type="text/css">
37 37
38 html, body { 38 html, body {
39 width: 100%; 39 width: 100%;
40 height: 100%; 40 height: 100%;
@@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
42 padding: 0; 42 padding: 0;
43 background: #333; 43 background: #333;
44 } 44 }
45 45
46 .preview { 46 .preview {
47 position: absolute; 47 position: absolute;