Index: /CKEditor/branches/prototype/_samples/sample.html
===================================================================
--- /CKEditor/branches/prototype/_samples/sample.html	(revision 2940)
+++ /CKEditor/branches/prototype/_samples/sample.html	(revision 2941)
@@ -1,3 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
@@ -10,6 +10,15 @@
 <!-- CKReleaser %REMOVE_LINE%
 	<script type="text/javascript" src="../ckeditor.js"></script>
-CKReleaser %REMOVE_LINE% -->
-	<script type="text/javascript" src="../ckeditor_source.js"></script> <!-- CKReleaser %REMOVE_LINE% -->
+CKReleaser %REMOVE_START% -->
+	<script type="text/javascript" src="../ckeditor_source.js"></script>
+	<script type="text/javascript">
+	//<![CDATA[
+
+// Loaded dependencies of sample.js.
+CKEDITOR.loader.load( 'core/ajax' );
+CKEDITOR.loader.load( 'core/env' );
+
+	//]]>
+	</script>
 <!--
 	## Uncomment this if loading the "basic" version.
@@ -26,4 +35,5 @@
 	</script>
 -->
+<!-- CKReleaser %REMOVE_END% -->
 	<script type="text/javascript" src="sample.js"></script>
 	<link type="text/css" rel="stylesheet" href="sample.css" />
